home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / t_libv10.zip / Y.BAT < prev    next >
DOS Batch File  |  1996-08-13  |  160b  |  7 lines

  1. ECHO OFF
  2. REM This Batch file is used to send a file using DSZ YMODEM
  3. REM    %1 = ComPort
  4. REM    %2 = Path and File Name
  5.  
  6. dsz port %1 handshake both sb %2
  7.